You must update bash
to protect your Ubuntu 10 server against the ShellShock vulnerability.
Ubuntu Version | Command |
---|---|
Ubuntu 10.04 32-bit | curl -O http://security.ubuntu.com/ubuntu/pool/main/b/bash/bash_4.1-2ubuntu3.5_i386.deb && dpkg -i bash_4.1-2ubuntu3.5_i386.deb |
Ubuntu 10.04 64-bit | curl -O http://security.ubuntu.com/ubuntu/pool/main/b/bash/bash_4.1-2ubuntu3.5_amd64.deb && dpkg -i bash_4.1-2ubuntu3.5_amd64.deb |
Bash is now properly patched and updated on your server.